From c760c62396beb33afc0908029cdbc5bd2cc3ca34 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 27 Oct 2006 00:54:22 +0000 Subject: [PATCH] Document new text and html options. --- gpsbabel/xmldoc/formats/options/html-altunits.xml | 2 ++ gpsbabel/xmldoc/formats/options/html-degformat.xml | 3 +++ gpsbabel/xmldoc/formats/options/text-altunits.xml | 2 ++ gpsbabel/xmldoc/formats/options/text-degformat.xml | 3 +++ 4 files changed, 10 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/html-altunits.xml create mode 100644 gpsbabel/xmldoc/formats/options/html-degformat.xml create mode 100644 gpsbabel/xmldoc/formats/options/text-altunits.xml create mode 100644 gpsbabel/xmldoc/formats/options/text-degformat.xml diff --git a/gpsbabel/xmldoc/formats/options/html-altunits.xml b/gpsbabel/xmldoc/formats/options/html-altunits.xml new file mode 100644 index 000000000..7dde80226 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/html-altunits.xml @@ -0,0 +1,2 @@ +This option should be 'f' if you want the altitude expressed in feet and +'m' for meters. The default is 'f'. diff --git a/gpsbabel/xmldoc/formats/options/html-degformat.xml b/gpsbabel/xmldoc/formats/options/html-degformat.xml new file mode 100644 index 000000000..ea48b484e --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/html-degformat.xml @@ -0,0 +1,3 @@ +When GPSBabel writes coordinates, this option is consulted to see if it +should write decimal degrees ('ddd') decimal minutes ('dmm') or degrees, +minutes, seconds ('dms'). The default is 'dmm'. diff --git a/gpsbabel/xmldoc/formats/options/text-altunits.xml b/gpsbabel/xmldoc/formats/options/text-altunits.xml new file mode 100644 index 000000000..7dde80226 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/text-altunits.xml @@ -0,0 +1,2 @@ +This option should be 'f' if you want the altitude expressed in feet and +'m' for meters. The default is 'f'. diff --git a/gpsbabel/xmldoc/formats/options/text-degformat.xml b/gpsbabel/xmldoc/formats/options/text-degformat.xml new file mode 100644 index 000000000..ea48b484e --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/text-degformat.xml @@ -0,0 +1,3 @@ +When GPSBabel writes coordinates, this option is consulted to see if it +should write decimal degrees ('ddd') decimal minutes ('dmm') or degrees, +minutes, seconds ('dms'). The default is 'dmm'. -- 2.30.2